home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / cyber2_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  780b  |  35 lines

  1. /* Prototypes for functions defined in
  2. cyber2.c
  3.  */
  4.  
  5. void AI2_set_gov_prod(struct City * , struct GovNode * );
  6.  
  7. void AI2_get_gov_req(struct GovNode * , struct City * );
  8.  
  9. int AI2_calc_distance(short , short , short , short );
  10.  
  11. void AI2_play_turn(int );
  12.  
  13. struct GovNode * AI2_locate_gov(struct City * );
  14.  
  15. void AI2_setup_area_of_interest(struct GovNode * );
  16.  
  17. void AI2_do_all_histograms(void);
  18.  
  19. void AI2_set_gov_mode(struct GovNode * );
  20.  
  21. void AI2_give_orders(void);
  22.  
  23. struct MapIcon * AI2_FindClosestEnemyUnit(short , short , int );
  24.  
  25. int AI2_do_unit_actions(void);
  26.  
  27. void AI2_computer_give_orders(struct Unit * , int , short , short , short , short , int );
  28.  
  29. int AI2_look_around(struct Unit * );
  30.  
  31. void AI2_execute_standing_order(struct Unit * );
  32.  
  33. int AI2_command_hunt(struct Unit * );
  34.  
  35.